@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

html,body{
	font-family:Lato,arial,Helvetica,sans-serif;
    color:#222;
}

body{
	/*background-image: url(/s/site/ditid/background_elements_metal_color.png);
	background-size: contain;*/
}

#header{
	background-color:white;
}

#header a, #header a:hover, #header a:visited, #header a:link, #header a:active, #header a:focus{
    border:none;
}

#gov-logo{
	width:1170px;
	margin:0 auto;
}

#banner-image {
  <!--background-image: url(https://static.smartygrants.com.au/des/banner.jpg);-->
    background-position: center;
    background-size: cover;
    min-width: 960px;
}

/*#adv-logo{
	width:1170px;
	margin:0 auto;
}

#head-bar{
	background-color:#f6f6f6;
}*/

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	background-color:white;
	/*box-shadow: #00000080 13px 10px 35px -19px;*/
}

#head{
	height: 40px;
	color:#222;
	font-size:16px;
	line-height: 40px;
	padding: 10px;
    font-weight: 700;
}

#user,#headlinks{
	margin:0px;
}

#head a, #head a:link, #head a:visited{
	color:#222;
	text-decoration:none;
	font-size:16px;
	padding: 0px 10px;
    font-weight: 400;
    border:1px solid transparent;
}

#head a:hover, #head a:active, #head a:focus{
	color:#24272b;
	text-decoration:underline;
}

#head a:focus{
    border:1px dotted #000;
}

#body{
	padding: 15px;
	min-height: 1060px;
	background-color:white;
}

a, a:link, a:visited{
	color:#13578b;
	text-decoration:none;
    border:1px solid transparent;
}

a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
}

a:focus{
    border:1px dotted #000;
}


h1{
	color: #222;
	font-size: 44px;
    font-weight: 300;
	margin: 20px 0px;
}

h2{
	color: #222;
	font-size: 24px;
	margin: 15px 0px;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#lastSaved{
    margin-top:-70px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

#appnav{
	padding:0px;
	width: 200px;
	background-color:transparent;
	border:none;
	color:#222;
    border: 1px solid #dfe1e5;
    border-radius: 7px;
}

#appnav h3{
	margin:0px;
	border:none;
	color:#222;
	font-weight:bold;
	font-size:16px;
	background-color: transparent;
	padding: 10px;
    border-bottom: 1px solid #dfe1e5;
}

#appnav li{
	border:none;	
	padding:0px;
	margin: 0 10px;
}

#appnav .current{
	padding:10px;
    margin:0;
	border:none;
    text-decoration: none;
    font-weight: 700;
	font-size: 15px;
	background-color:#f2f2f2;
	color:#111;
}

#appnav a, #appnav a:link, #appnav a:visited{
	margin:0px;
	padding:10px 0px;
	display:block;
	font-size: 15px;
	border-bottom: 1px dotted #dfe1e5;
    font-weight: 400;
	display: block;
	color:#222;
	text-decoration:none;
}

#appnav a:hover, #appnav a:active, #appnav a:focus{
	color:#24272b;
	text-decoration:underline;
    border:none;
	border-bottom: 1px dotted #dfe1e5;
}

#appnav hr{
	visibility: hidden;
	margin: 0px;
}

.ftEditForm{
	border:none;	
	width:700px;
}

.appform h2, .ftEditSectionHeading{
	background-color: #222;
	color:white;
	width:inherit;
}

.loginbox .appform h2 {
	width:320px;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
}

.appform .btn .left, .appform .btn .right{
    width: 160px;
}

.appform .btn .mid{
    width: 370px;
}

.appform .l{
	min-width: 197px;
}

.appform .btn input, #body .appform .btn a.linkbtn{
    cursor:pointer;
}

#footer{
	text-align: center;
	color:#222;
    font-size: 13.6px;
    line-height: 20px;
}

#footer-lower{
	background-color:#f2f2f2;
	height: 81px;
    padding: 40px 0px 35px;
}

#footer li{
	list-style:none;
	display:inline;
	padding: 0px 5px;
}

#footer a, #footer a:link, #footer a:visited{
	color:#000;
	text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:#000;
	text-decoration:underline;
}

#links{
	margin-bottom: 13.6px;
	margin-top: 0px;
}

#links a, #links a:link, #links a:visited{
	color:#000;
	text-decoration:none;
}

#links a:hover, #links a:active, #links a:focus{
	text-decoration:underline;
	color:#000;
}

#copyright{
    margin-bottom: 0;
}

#copyright p{
    margin-bottom: 0;
}



/*SF my submissions things. don't touch*/


#submissions .col-1 button {
	background-color: #007bff;
	color: #fff;
  }
  
  #submissions .col-1 button:hover {
	color: #007bff;
	background-color: white;
  border: 1px solid;
  }
  
  #app-detail-modal button.btn-primary {
	  background: none;
	  border-color: #6c757d;
	  color: black;
  }
  
  #submissions a {
  }
  
  a#rc-responselink, a#rsc-responselink  {
	  text-decoration: underline;
	color: #007bff;
  
  }
  
  #submissions .app-title a{ 
	  text-decoration: underline;
  
  }